Documents for PDF, .NET Edition Documentation
AsReadOnly Method (StructList<T>)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > StructList<T> Class : AsReadOnly Method
Returns a read-only ReadOnlyStructList<T> wrapper for the current StructList<T>.
Syntax
'Declaration
 
Public Function AsReadOnly() As ReadOnlyStructList(Of T)
public ReadOnlyStructList<T> AsReadOnly()

Return Value

A ReadOnlyStructList<T> that acts as a read-only wrapper around the current StructList<T>.
See Also

Reference

StructList<T> Class
StructList<T> Members